Improve wording of filechooser context menu
authorMatthias Clasen <mclasen@redhat.com>
Mon, 13 May 2013 02:25:54 +0000 (22:25 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 13 May 2013 02:25:54 +0000 (22:25 -0400)
Use header captialization, and shorten the labels a bit.
https://bugzilla.gnome.org/show_bug.cgi?id=698361

gtk/gtkfilechooserdefault.c

index d10fdebf6160474dc86d3b6e9a1e40dfe3fbd817..4f557c4227acedbc2b429fe08e2856011bac5f0b 100644 (file)
@@ -1712,10 +1712,10 @@ file_list_build_popup_menu (GtkFileChooserDefault *impl)
                             priv->browse_files_tree_view,
                             popup_menu_detach_cb);
 
-  priv->browse_files_popup_menu_visit_file_item                = file_list_add_image_menu_item (impl, GTK_STOCK_DIRECTORY, _("_Visit this file"),
+  priv->browse_files_popup_menu_visit_file_item                = file_list_add_image_menu_item (impl, GTK_STOCK_DIRECTORY, _("_Visit File"),
                                                                                         G_CALLBACK (visit_file_cb));
 
-  priv->browse_files_popup_menu_copy_file_location_item        = file_list_add_image_menu_item (impl, GTK_STOCK_COPY, _("_Copy file’s location"),
+  priv->browse_files_popup_menu_copy_file_location_item        = file_list_add_image_menu_item (impl, GTK_STOCK_COPY, _("_Copy Location"),
                                                                                         G_CALLBACK (copy_file_location_cb));
 
   priv->browse_files_popup_menu_add_shortcut_item      = file_list_add_image_menu_item (impl, GTK_STOCK_ADD, _("_Add to Bookmarks"),